All Questions
3 questions
0votes
1answer
2kviews
How to remove features from a sklearn pipeline after it has already been fitted?
Background: I have created a basic modeling workflow in sklearn that utilizes sklearn's pipeline object. There are some preprocessing steps within the pipeline, and the last step of the pipeline is to ...
1vote
1answer
223views
Lasso Regression for Feature Importance saying almost every feature is unimportant?
I have a metric (RevenueSoFar) that is a great predictor of my target FinalRevenue as you'd expect - it is a metric where we tend to get 90-95% of revenue so far on day 1 and then it can increase over ...
1vote
0answers
52views
Scikit-compatible network lasso implementation
Is anyone aware of a scikit-compatible network Lasso (nLasso) implementation? These papers have source code as well: D. Hallac, J. Leskovec, and S. Boyd, “Network lasso: Clustering and ...